Update all block tests to use the Xen Virtual Block Device (xvd) rather than IDEor...
authorEwan Mellor <ewan@xensource.com>
Wed, 1 Nov 2006 08:39:45 +0000 (08:39 +0000)
committerEwan Mellor <ewan@xensource.com>
Wed, 1 Nov 2006 08:39:45 +0000 (08:39 +0000)
commit3cb85f33f0d60f89cf4afd37d94fb1cdaf561e6d
tree44c2a7f1205ea0b37af589873d17cf84a6bb1bc3
parent240c6346f7701456333ee5031b81e772a51a2414
Update all block tests to use the Xen Virtual Block Device (xvd) rather than IDEor SCSI.

This patch also modifies
09_block_attach_and_dettach_device_check_data_pos.py to force / to be
read-write otherwise the mkdir fails.

Also Whistspace cleanups.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
22 files changed:
tools/xm-test/tests/block-create/01_block_attach_device_pos.py
tools/xm-test/tests/block-create/02_block_attach_file_device_pos.py
tools/xm-test/tests/block-create/04_block_attach_device_repeatedly_pos.py
tools/xm-test/tests/block-create/05_block_attach_and_dettach_device_repeatedly_pos.py
tools/xm-test/tests/block-create/06_block_attach_baddomain_neg.py
tools/xm-test/tests/block-create/07_block_attach_baddevice_neg.py
tools/xm-test/tests/block-create/08_block_attach_bad_filedevice_neg.py
tools/xm-test/tests/block-create/09_block_attach_and_dettach_device_check_data_pos.py
tools/xm-test/tests/block-create/10_block_attach_dettach_multiple_devices.py
tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py
tools/xm-test/tests/block-create/12_block_attach_shared_domU.py
tools/xm-test/tests/block-destroy/01_block-destroy_btblock_pos.py
tools/xm-test/tests/block-destroy/02_block-destroy_rtblock_pos.py
tools/xm-test/tests/block-destroy/04_block-destroy_nonattached_neg.py
tools/xm-test/tests/block-destroy/05_block-destroy_byname_pos.py
tools/xm-test/tests/block-destroy/06_block-destroy_check_list_pos.py
tools/xm-test/tests/block-integrity/01_block_device_read_verify.py
tools/xm-test/tests/block-integrity/02_block_device_write_verify.py
tools/xm-test/tests/block-list/01_block-list_pos.py
tools/xm-test/tests/block-list/02_block-list_attachbd_pos.py
tools/xm-test/tests/block-list/03_block-list_anotherbd_pos.py
tools/xm-test/tests/block-list/06_block-list_checkremove_pos.py